curl --request GET \
--url https://api.onetsolutions.net/v1/organizations/{organization_id}/projects/{project_id}/domains \
--header 'Authorization: Bearer <token>'{
"count": 123,
"results": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"legacy_id": 123,
"name": "<string>",
"status": "pending",
"registration_date": "2023-12-25",
"expiration_date": "2023-12-25",
"auto_renew": true,
"whois_privacy": true,
"is_active": true,
"website_preview": {
"page_title": "<string>",
"favicon_url": "<string>",
"thumbnail_url": "<string>",
"ssl_status": "valid",
"ssl_expires_at": "2023-11-07T05:31:56Z",
"http_status": 123,
"last_check_at": "2023-11-07T05:31:56Z"
},
"created": "2023-11-07T05:31:56Z"
}
],
"next": "http://api.example.org/accounts/?page=4",
"previous": "http://api.example.org/accounts/?page=2"
}Retrieve a paginated list of all domains registered within the specified project. Each domain includes its current status, expiration date, and configuration details. Use this endpoint to monitor your domain portfolio and track registration statuses.
curl --request GET \
--url https://api.onetsolutions.net/v1/organizations/{organization_id}/projects/{project_id}/domains \
--header 'Authorization: Bearer <token>'{
"count": 123,
"results": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"legacy_id": 123,
"name": "<string>",
"status": "pending",
"registration_date": "2023-12-25",
"expiration_date": "2023-12-25",
"auto_renew": true,
"whois_privacy": true,
"is_active": true,
"website_preview": {
"page_title": "<string>",
"favicon_url": "<string>",
"thumbnail_url": "<string>",
"ssl_status": "valid",
"ssl_expires_at": "2023-11-07T05:31:56Z",
"http_status": 123,
"last_check_at": "2023-11-07T05:31:56Z"
},
"created": "2023-11-07T05:31:56Z"
}
],
"next": "http://api.example.org/accounts/?page=4",
"previous": "http://api.example.org/accounts/?page=2"
}Documentation Index
Fetch the complete documentation index at: https://help.onetsolutions.net/llms.txt
Use this file to discover all available pages before exploring further.
Use Authorization: Bearer <token> header. Token can be a JWT token or an API key (format: sk-onetsolutions-...).
A page number within the paginated result set.
Number of results to return per page.